/*------------------------------------------------------------------
File Name: custom.css

Version: 1.0
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

@font-face {
    font-family: 'customFont';
    src: url(../fonts/Cairo/Cairo-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'customFont' !important;
}

@media (max-width: 1500px) and (min-width: 1242px) {
    .container {
        width: 100%;
        padding: 0 0px;
        max-width: 997px;
    }
    .digital_earth img {
        position: relative;
        right: -97px;
        width: 520px;
    }
    .cryto_feature ul {
        margin-top: 20px;
    }
}

@media (max-width: 1243px) and (min-width: 992px) {

    .container {
        width: 100%;
        padding: 0 0px;
        max-width: 785px;
    }
    .digital_earth img {
        position: relative;
        right: -117px;
        width: 476px;
        margin-top: 80px;
    }
    .cryto_feature ul {
        margin-top: 20px;
    }
    .cryto_feature.right_text ul li {
        left: 7px;
        margin-bottom: 1px;
    }
    .cryto_feature ul li {
        float: left;
        width: 100%;
        display: flex;
        margin: 25px 0;
        position: relative;
        left: -7px;
        margin-bottom: 17px;
    }
    .cryto_feature.right_text ul li {
        left: 12px;
    }
    .cryto_feature.right_text ul li:nth-child(2) {
        left: 67px;
    }
}


.testmonial_slider #quote-carousel p.client_name {
    font-size: 20px;
    font-style: normal;
    letter-spacing: 0px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 5px;
}

.img_app_section {
    border-radius: 30px;
    transform: rotate(10deg);
    width: 300px;
    border: 16px solid #041e37;
}

.news_img {
    margin-bottom: 24px;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.icon_app_download {
    border-radius: 15px;
    border: 5px solid #041e37;
}
.search_message {
    color:#a00101;
    margin-top: 300px;
    font-size: 27px;
}

.price-img {
    transform: rotate(30deg);
    margin-right: -120px;
}

@media (max-width: 540px) {

    .img_app_section {
        border-radius: 30px;
        transform: rotate(10deg);
        width: 120px;
        border: 16px solid #041e37;
    }
    .col-sm-2 {
        width: 19.666667%;
        float: right;
    }
    .cryto_feature ul li {
        float: left;
        width: 100%;
        left: 0;
        display: flex;
        margin: 12px 0;
        position: relative;
    }
    .digital_earth img {
        width: 71%;
        /* margin-bottom: 20px; */
        position: relative;
        /* left: -24px; */
        margin-right: 140px;
    }
    .news_img {
        margin-bottom: 24px;
        height: 191px;
        background-size: cover;
        background-position: center;
    }
    .icon_app_download {
        border-radius: 15px;
        border: 5px solid #041e37;
        width: 164px;
    }
    .search_message {
        color:#a00101;
        margin-top: 0px;
        font-size: 27px;
    }
    .logo img {
        width: 150px;
    }
    .price-img {
        transform: rotate(30deg);
        width: 100px;
        margin-right: -35px;
    }
}

.btn {
    background-color: transparent;
}

